VerticalLineAlignment Enumeration
Represents the vertical position of a character. By default characters are aligned according to their baseline.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum VerticalLineAlignment
Public Enumeration VerticalLineAlignment
| Top | 0 |
To the top of the line.
|
| Middle | 1 |
To the center of the line.
|
| Bottom | 2 |
To the bottom of the line.
|
| None | 3 |
None.
|